home *** CD-ROM | disk | FTP | other *** search
/ TestDrive Windows 1993 Fall / TestDrive Windows 1993 Fall.iso / dbase / dtl / dd_impt.cod < prev    next >
Encoding:
Text File  |  1993-03-09  |  404 b   |  17 lines

  1. //
  2. // Module Name: DD_IMPT.COD - currently (selector name): Menu_Act = 16
  3. // Selectors used : Imprt_File, Imprt_Type
  4. // Description: DOC. include file for the IMPORT option.
  5. // Syntax     : IMPORT FROM <name> TYPE 
  6. //
  7. Import Records from File: {lower(Imprt_File)} Type \
  8. { case Imprt_type of}
  9. { 0:}PFS
  10. { 1:}dBASE II
  11. { 2:}RPD
  12. { 3:}FW2
  13. { 4:}WK1
  14. { endcase}
  15. {endofpage();}
  16. // EOP DD_IMPT.COD
  17.